﻿2026-06-04T05:36:26.5389892Z ##[group]Run actions/checkout@v5
2026-06-04T05:36:26.5391765Z with:
2026-06-04T05:36:26.5392617Z   repository: SaberMage/spt-core
2026-06-04T05:36:26.5400924Z   token: ***
2026-06-04T05:36:26.5401779Z   ssh-strict: true
2026-06-04T05:36:26.5402603Z   ssh-user: git
2026-06-04T05:36:26.5403444Z   persist-credentials: true
2026-06-04T05:36:26.5404367Z   clean: true
2026-06-04T05:36:26.5405222Z   sparse-checkout-cone-mode: true
2026-06-04T05:36:26.5406184Z   fetch-depth: 1
2026-06-04T05:36:26.5406994Z   fetch-tags: false
2026-06-04T05:36:26.5407838Z   show-progress: true
2026-06-04T05:36:26.5408676Z   lfs: false
2026-06-04T05:36:26.5409511Z   submodules: false
2026-06-04T05:36:26.5410411Z   set-safe-directory: true
2026-06-04T05:36:26.5411871Z ##[endgroup]
2026-06-04T05:36:26.6950470Z Syncing repository: SaberMage/spt-core
2026-06-04T05:36:26.6954844Z ##[group]Getting Git version info
2026-06-04T05:36:26.6956455Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T05:36:26.6958817Z [command]/usr/bin/git version
2026-06-04T05:36:26.6960294Z git version 2.34.1
2026-06-04T05:36:26.6964108Z ##[endgroup]
2026-06-04T05:36:26.6973711Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/bf0993a8-30a6-4cae-985f-b662061351d0/.gitconfig'
2026-06-04T05:36:26.6978525Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/bf0993a8-30a6-4cae-985f-b662061351d0' before making global git config changes
2026-06-04T05:36:26.6982187Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T05:36:26.6986141Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T05:36:26.7037500Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T05:36:26.7066309Z https://github.com/SaberMage/spt-core
2026-06-04T05:36:26.7084163Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T05:36:26.7090408Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T05:36:26.7118748Z refs/heads/dev-freeform
2026-06-04T05:36:26.7132678Z [command]/usr/bin/git checkout --detach
2026-06-04T05:36:26.7187623Z HEAD is now at 7e9c2b5 feat(store): M4-D6b distributed precedence — marker v2, version vectors, conflict artifacts
2026-06-04T05:36:26.7244460Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T05:36:26.7291026Z Deleted branch dev-freeform (was 7e9c2b5).
2026-06-04T05:36:26.7335681Z ##[endgroup]
2026-06-04T05:36:26.7338922Z [command]/usr/bin/git submodule status
2026-06-04T05:36:26.7593161Z ##[group]Cleaning the repository
2026-06-04T05:36:26.7594690Z [command]/usr/bin/git clean -ffdx
2026-06-04T05:36:27.4901355Z Removing target/
2026-06-04T05:36:27.4914911Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T05:36:27.4981703Z HEAD is now at 7e9c2b5 feat(store): M4-D6b distributed precedence — marker v2, version vectors, conflict artifacts
2026-06-04T05:36:27.4987752Z ##[endgroup]
2026-06-04T05:36:27.4990093Z ##[group]Disabling automatic garbage collection
2026-06-04T05:36:27.4996486Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T05:36:27.5033924Z ##[endgroup]
2026-06-04T05:36:27.5036029Z ##[group]Setting up auth
2026-06-04T05:36:27.5043760Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T05:36:27.5086815Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T05:36:27.5335355Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T05:36:27.5375525Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T05:36:27.5613320Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T05:36:27.5655189Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T05:36:27.5900513Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T05:36:27.5959553Z ##[endgroup]
2026-06-04T05:36:27.5962619Z ##[group]Fetching the repository
2026-06-04T05:36:27.5974205Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +50620e4a4834900120d725a13d0c6059ae841e6c:refs/remotes/origin/dev-freeform
2026-06-04T05:36:28.1748432Z From https://github.com/SaberMage/spt-core
2026-06-04T05:36:28.1753934Z  + 7e9c2b5...50620e4 50620e4a4834900120d725a13d0c6059ae841e6c -> origin/dev-freeform  (forced update)
2026-06-04T05:36:28.1780055Z ##[endgroup]
2026-06-04T05:36:28.1783866Z ##[group]Determining the checkout info
2026-06-04T05:36:28.1786999Z ##[endgroup]
2026-06-04T05:36:28.1788992Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T05:36:28.1844238Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T05:36:28.1885940Z ##[group]Checking out the ref
2026-06-04T05:36:28.1891405Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T05:36:28.1956599Z Warning: you are leaving 1 commit behind, not connected to
2026-06-04T05:36:28.1960256Z any of your branches:
2026-06-04T05:36:28.1962208Z 
2026-06-04T05:36:28.1965354Z   7e9c2b5 feat(store): M4-D6b distributed precedence — marker v2, version vectors, conflict artifacts
2026-06-04T05:36:28.1968728Z 
2026-06-04T05:36:28.1970342Z If you want to keep it by creating a new branch, this may be a good time
2026-06-04T05:36:28.1973347Z to do so with:
2026-06-04T05:36:28.1974574Z 
2026-06-04T05:36:28.1975563Z  git branch <new-branch-name> 7e9c2b5
2026-06-04T05:36:28.1977243Z 
2026-06-04T05:36:28.1978530Z Switched to a new branch 'dev-freeform'
2026-06-04T05:36:28.1981646Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T05:36:28.2096998Z ##[endgroup]
2026-06-04T05:36:28.2104530Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T05:36:28.2106917Z 50620e4a4834900120d725a13d0c6059ae841e6c
